body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

html {
    background: #140C47;
    color: #000;
    overflow-y: scroll;
    overflow: -moz-scrollbars;
}

body, button, input, select, textarea {
    font: 12px arial;
}
body{
	max-width: 1600px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none!important;
}

a:hover {
    text-decoration: underline;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

textarea {
    resize: vertical;
}
.left {
    float: left;
}

.right {
    float: right;
}

.overflow {
    overflow: hidden;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.error {
    color: #F00;
    font-size: 12px;
}

label, button {
    cursor: pointer;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

.s-yahei {
    font-family: arial, 'Microsoft Yahei', '微软雅黑';
}
i:hover{
    opacity: .8;
}
.icon {
    width: 1em; 
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 }
 .tjbanner{
	position: relative;
	height:3.9rem;
	overflow: hidden;
 }
 
 .tjbanner>img{
    width: 100%;
 }
 .fzcontainer{
     display: flex;
     gap: .3rem;
     padding:0.94rem 1.25rem 1.13rem 1.25rem;
 }
 .fzcontainer>.left,
 .fzcontainer>.right,
 .fzcontainer>.right>.top,
 .fzcontainer>.right>.bottom{
    display: flex;
    gap:.3rem;
 }
 .fzcontainer>.left,
 .fzcontainer>.right{
     flex-direction: column;
 }
 .fzcontainer>.right>.top{
     position: relative;
 }
 .fzcontainer>.left>.top>div,
 .fzcontainer>.right>.top>.txt{
    height: .32rem;
    line-height: .32rem;
    font-size: .18rem;
    color: #fff;
 }
 .fzcontainer>.left>.center img,
 .fzcontainer>.left>.bottom img{
    width: 2.7rem;
 }
 .fzcontainer>.left>.bottom img{
     cursor: pointer;
 }
 .fzcontainer>.right>.top>.left img{
    width: 4.7rem;
}
.fzcontainer>.right>.bottom>.left img{
    width: 2.7rem;
}
.fzcontainer>.right>.bottom>.center img{
    width: 3.7rem;
}
.fzcontainer>.right>.bottom>.right img,
.fzcontainer>.right>.top>.center img,
.fzcontainer>.right>.top>.right img{
    width: 1.7rem;
}
.fzcontainer>.right>.top>.txt{
    position: absolute;
    left: 5rem;
    top:.9rem;
}
.fzcontainer>.right>.top>.center{
    position: absolute;
    bottom: 0;
    left: 5rem;
}
.fzcontainer>.right>.top>.right{
    position: absolute;
    bottom: 0;
    right: 0;
}
.fzcontainer div{
	position: relative;
    overflow: hidden;
}
.fzcontainer div>a{
    text-decoration: none;
}
.fzItem,
.hxdx>.card img{
    transition: all .5s;
}
.fzItem:hover{
    transform: scale(1.2);
}
.hxdx>.card img:hover{
    transform: scale(1.1);
}
.hxdx,
.tjclass{
    padding: 0 .61rem;
}
.titlecommon,
.hxdx>.title,
.tjclass>.title,
.investorprotectcon>.title,
.tjfx>.title{
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: .36rem;
    color: #fff;
    font-weight: 600;
}
.hxdx>.navbar{
    height: .25rem;
    line-height: .25rem;
    margin-top: .18rem;
    text-align: center;
    font-size: .18rem;
    color: #fff;
}
.hxdx>.navbar>span.active{
    position: relative;
}
.hxdx>.navbar>span>label{
    position: absolute;
    left: 0;
    bottom: -.01rem;
    width: 100%;
    height: .08rem;
    border-radius: .04rem;
    background: transparent;
    z-index: -1;
}
.hxdx>.navbar>span.active>label{
    background: #FFAC71;
}
.hxdx>.card,
.tjclass>.card{
   display: flex;
   gap: .3rem;
   margin: .7rem auto 1.2rem;
   align-items: center;
}
.tjclass>.card{
    justify-content: center;
    gap:.4rem;
}
.hxdx>.card>div{
    position: relative;
}
.hxdx>.card>div:hover label{
    background: #8068DE;
    color: #fff;
}
.hxdx>.card>span>i{
    font-size: .4rem;
    cursor: pointer;
    color:  #E7E7E7;
}
.hxdx>.card>span:nth-child(1){
    transform: rotate(180deg);
}
.hxdx>.card img{
    width: 2.72rem;
    cursor: pointer;
 }
 .hxdx>.card label{
    position: absolute;
    left: 50%;
    bottom: .4rem;
    transform: translateX(-50%);
    width: 2.08rem;
    height: .52rem;
    line-height: .52rem;
    border-radius: .12rem;
    font-weight: 600;
    font-size: .18rem;
    transition: all .5s;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    color: #8068DE;
 }
 .hxdx>.card label:hover{
    background: rgba(255, 255, 255, 1);
 }
 .hxdx>.card label.active{
    background: #8068DE;
    color: #fff;
 }
 .tjclass>.card>.left,
 .tjclass>.card>.right{
    position: relative;
    cursor: pointer;
 }
 .tjclass>.card img{
   width: 5.69rem;
   border-radius: 0.3rem;
 }
 .lessonbg{
     position: absolute;
     top: 0;
     left: 0;
 }
 .lessontxt,
 .centerelement{
     position: absolute;
     width: 100%;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
 }
 .lessontxt>div:nth-child(1){
    height: .42rem;
    line-height: .42rem;
    font-size: .3rem;
    text-align: center;
    color: #fff;
 }
 .lessontxt>div:nth-child(2){
    margin-top: .25rem;
    padding: 0 .21rem;
    line-height: .25rem;
    font-size: .18rem;
    text-align: center;
    color: #fff;
 }
 .centerplay{
    width: .8rem!important;
    opacity: .8;
 }
 .centerplay:hover{
    opacity: 1;
 }
 .centertxt{
    width: 4.08rem!important;
    opacity: .1;
 }
 .investorprotectcon{
     margin-bottom: 1.2rem;
     background-image:url('../images/investorProtect.png');
     background-size: contain;
     background-position: center center;
     overflow: hidden;
 }
.investorprotectcon>.title{
    margin: .6rem auto .4rem;
}
.investorprotectcon>.txt{
    margin: 0 1.25rem .6rem 1.25rem;
    line-height:.25rem;
    text-align: justify;
    font-size: .18rem;
    color: #fff;
    opacity: .8;
}
.investorprotectcon>.card{
    display: flex;
    gap: .63rem;
    margin: 0 1.25rem .6rem 1.25rem;
}
.investorprotectcon>.card>div{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .3rem;
    background-color: #EDEBF3;
}
.investorprotectcon>.card>div>.title{
    height: .336rem;
    line-height: .336rem;
    margin: .42rem auto .2rem;
    text-align: center;
    font-size: .24rem;
    color: #555;
}
.investorprotectcon>.card>div>.detail{
    line-height: .25rem;
    margin: 0 .19rem;
    text-align: center;
    font-size: .16rem;
}
.investorprotectcon>.card>div i{
    position: absolute;
    bottom: .27rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .3rem;
    color: #22144A;
    cursor: pointer;
}
.investorprotectcon>.card a{
	 color: #666;
}
.tjfx{
    margin-bottom: 1.2rem;
}
.tjfx>.tjfximgs{
    display: flex;
    margin: .7rem .9rem;
}
.tjfx>.tjfximgs>.right>div{
    display: flex;
}
.tjfx>.tjfximgs>div{
	height:4.86rem;
}
.tjfx>.tjfximgs>.right>div.top{
    height:1.56rem;
}
.tjfx>.tjfximgs>.right>div.bottom{
    height:3.30rem;
}
.fc1{
    width: 5.1rem;
	height:4.86rem;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.fc2{
    width: 1.62rem;
	height:1.56rem;
}
.fc7{
    width: 3.86rem;
	height:3.30rem;
    border-bottom-right-radius: .3rem;
}
.fc5{
    width: 2.66rem;
	height:1.56rem;
    border-top-right-radius: .3rem;
}
.fc3{
    width: 1.62rem;
	height:1.56rem;
}
.fc4{
    width: 1.62rem;
	height:1.56rem;
}
.fc6{
    width: 3.66rem;
	height:3.30rem;
}
.lookmore{
    width: 1.68rem;
    height: .55rem;
    line-height: .55rem;
    margin: 0 auto;
    border-radius: 0.05rem;
    border: 1px solid #fff;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    cursor: pointer;
}
.tjyx>.tjyxlink{
    display: flex;
    gap: .34rem;
    justify-content: center;
    margin: .7rem auto 1.8rem;
}
.tjyx>.tjyxlink img{
    width: 6.14rem;
    border-radius: .3rem;
    cursor: pointer;
}
.kray,
.querybg{
    width: 100%;
}
.investigatecon{
    position: relative;
	display: flex;
}
.investigatecon>.txt{
    position: absolute;
    top: 50%;
    left: 1.3rem;
    transform: translateY(-50%);
}
.investigatecon>.txt>div:nth-child(1){
    height: .56rem;
    line-height: .56rem;
    margin-bottom: 0.08rem;
    font-size: .4rem;
    color: #fff;
}
.investigatecon>.txt>div:nth-child(2){
    height: .34rem;
    line-height: .34rem;
    font-size: .24rem;
    color: #fff;
}
.queryBtn{
	position: absolute;
	width: 2.50rem;
	height: .72rem;
	line-height: .72rem;
	top: 50%;
    right: .87rem;
    transform: translateY(-50%);
	border-radius: .06rem;
	font-size:.24rem;
	text-align:center;
	background: #FFFFFF;
	color: #6C5CE7;
	cursor:pointer;
	opacity:.9;
}
.queryBtn:hover{
	opacity:1;
}
.queryBtn>i{
	font-size:.24rem;
}
.fzentry{
    display: flex;
    justify-content: center;
    width: 2.7rem;
    height: .74rem;
    line-height: .74rem;
    border-radius: .45rem;
    font-size: .24rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #8068DE;
}
.fzentry:hover{
    background:rgba(128,104,222,.8);
	color: #fff;
}
.fzentry>i{
    margin-left: .2rem;
    font-size: .3rem;
}
div.title>span{
    position: relative;
}
div.title>span>label{
    position: absolute;
    top: -.05rem;
    left: -.1rem;
    width: .42rem;
    height: .42rem;
    z-index: -1;
    border-radius: 50%;
    background: #FFAC71;
}
div.title>span>label.dotRight{
    left: auto;
    right:-.3rem;
}
.tjbanner .swiper-pagination {
  display: flex;
  align-items: center;
  height: 20px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 28px;
  border-radius: 10px;
  /*background: rgba(255, 255, 255, 0.54);*/
}
.tjbanner .swiper-pagination-bullet {
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
}
.tjbanner .swiper-pagination-bullet-active {
  background-color: #F5A623;
}
.font24,
.font48{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: .24rem;
	line-height: .56rem;
	white-space: nowrap;
	color: #FFFFFF;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
}
.font48{
	font-size: .48rem;
}